services.akkoma.config.":pleroma"."Pleroma.Repo"

NixOS option

Database configuration. Refer to https://hexdocs.pm/ecto_sql/Ecto.Adapters.Postgres.html#module-connection-options for options.

type: Elixir value
Default
{
  adapter = (pkgs.formats.elixirConf { }).lib.mkRaw "Ecto.Adapters.Postgres";
  socket_dir = "/run/postgresql";
  username = config.services.akkoma.user;
  database = "akkoma";
}
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →